home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 July
/
Macworld (1999-07).dmg
/
Serious Software
/
OpenWorld demo 2.0
/
Development
/
Utils
/
OpenWorld_utils.h
< prev
Wrap
Text File
|
1999-04-27
|
412b
|
22 lines
/*
OpenWorld_utils.h
Useful routines for OpenWorld (header file)
Version 1.0
Copyright ©1998-99, Marco Bambini, Inc. All rights reserved.
*/
#ifndef __OPENWORLD_UTILS__
#define __OPENWORLD_UTILS__
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#include <string.h>
#include "WSAPI.h"
char *up_strstr(const char * str, const char * pat);
int up_strcmp(const char * str1, const char * str2);
#endif